home *** CD-ROM | disk | FTP | other *** search
- Path: news.infi.net!usenet
- From: nngis@norfolk.infi.net (Greg DiGiorgio)
- Newsgroups: comp.lang.c
- Subject: Re: Starting pay for a C/C++ programmer ?
- Date: 5 Feb 1996 18:51:06 GMT
- Organization: Customer of InfiNet
- Message-ID: <4f5jiq$j5h@nw002.infi.net>
- References: <4ej15g$r7c@acme.freenet.columbus.oh.us> <4f53tv$bmg@redstone.interpath.net>
- Reply-To: nngis@norfolk.infi.net
- NNTP-Posting-Host: h-dreamscape.norfolk.infi.net
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.99.3
-
- In article <4f53tv$bmg@redstone.interpath.net>,
- softbase@mercury.interpath.net says...
- >
- >Erik Nielsen (enielsen@freenet.columbus.oh.us) wrote:
- >
- >: What's the average starting pay for a c/c++ programmer familiar with
- UNIX,
- >: Windows, and NT? Thanks.
- >
- >
-
- ...Thirteen fifty three...
-
- But you have to choose the:
-
- 1. monetary system (US Dollars, English pounds, Japanese Yen, etc)
- 2. denomination ($10, 1 peso, etc)
- 3. payment schedule (hourly, daily, weekly, monthly, etc)
- 4. geographic location (US Silicon Valley, Katmandu, Beijing)
- 5. type of work (embedded systems, applications, graphics, etc)
- 6. education required (none, BS, MS, PHD, etc)
- 7. #years experience required (none, 1, 5, 10, etc)
-
- Next, apply the following partial logic given your choices for #1..#7
- above. Note that you will have to finish out the code for all possible
- choices before you'll be able to calc the average pay.
-
- if (Monetary_System == "US Dollars") {
- switch (denomination) {
- case (PENNY) {
- switch (payment_schedule) {
- case WEEKLY:
- switch (location) {
- case SILICON_VALLEY:
- switch
- (type_work) { ... Uh-oh outta room, sorry...
-
- I guess the bottom line to your original question is "got me".
-
- Greg DiGiorgio
-
- If the "meek shall inherit the earth", what do smart-asses get? I shudder
- to think...
-
-